home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17506 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  947 b 

  1. Path: fet.tiasur.tomsk.su!Orchid!leha
  2. From: leha@Orchid.fet.tiasur.tomsk.su (Dirks Alexey)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: g++ question
  5. Date: 15 Apr 96 09:42:22 GMT
  6. Organization: TASUR
  7. Message-ID: <leha.829561342@Orchid>
  8. References: <Pine.ULT.3.92.960412195901.10368A-100000@euler.WPI.EDU>
  9. NNTP-Posting-Host: orchid.fet.tiasur.tomsk.su
  10.  
  11. Samuel A Lane <samlane@wpi.edu> writes:
  12.  
  13. >   I am using the GNU g++ compiler and was looking for any type of
  14. >functions for cursor position (such as Borland's wherex, wherey, and
  15. >gotoxy functions) and text windows (such as Borland's window function).
  16. >Are there any?  If not, are there any sites where libraries for these are
  17. >available?
  18.  
  19. If you on *NIX, try ncurses. if you don't have this library already, may
  20. find it on 
  21. ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/ncurses-1.9.tar.gz
  22. ftp://prep.ai.mit.edu/pub/gnu/ncurses-1.9.tar.gz
  23.  
  24. As I read in description, it portable to any ANSI/POSIX system.
  25.